home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000093_crash!kirk.safb.af.mil!BWILLS_Tue, 15 Jun 93 07:46:16 PST.msg < prev    next >
Text File  |  1993-08-31  |  1KB  |  26 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Tue, 15 Jun 93 07:46:16 PST
  3. Received: from kirk.safb.af.mil by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o5auJ-00000EC; Tue, 15 Jun 93 06:18 PDT
  5. Message-Id: <m0o5auJ-00000EC@crash.cts.com>
  6. Date: 15 Jun 93 08:15:00 CST
  7. From: "Barry D. Wills" <BWILLS@kirk.safb.af.mil>
  8. To: "amigae" <amigae@bkhouse.cts.com>
  9. Subject: sscanf()
  10.  
  11. Ah, the unfathomability of syncronicity.  You're somewhat in luck, Son Le,
  12. because Wouter has very recently revealed to me the existence of an undocumented
  13. E function:  StringF().
  14.  
  15. Synopsis:
  16.   StringF (stringVar, formatString, arglist...)
  17. Description:
  18.   Converts the arguments in arglist into string values according to
  19.   the format string.
  20. Arguments:
  21.   stringVar    = receiving string.
  22.   formatString = string of format symbols; refer to WriteF() for these.
  23.   arglist      = variable number of arguments to be converted, according to the
  24.                  format string.
  25.  
  26. Hope this is what you're looking for.  Later.  -- Barry